home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / src / gdb-4.12 / sim / changelo next >
Encoding:
Text File  |  1994-02-03  |  1.8 KB  |  55 lines

  1. Mon Sep 13 12:47:15 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
  2.  
  3.     * Makefile.in (all-z8k, install-z8k, clean-z8k, all-h8300,
  4.       install-h8300, clean-h8300, all-h8500, install-h8500,
  5.       clean-h8500, all-sh, install-sh, clean-sh): do not echo
  6.       recursion lines. 
  7.  
  8. Wed Jun 30 14:12:05 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
  9.  
  10.     * Makefile.in: remove endian.h trace from h8500
  11.  
  12. Sun Jun 13 13:08:58 1993  Jim Kingdon  (kingdon@cygnus.com)
  13.  
  14.     * Makefile.in: Add distclean, realclean, and mostlyclean targets.
  15.  
  16. Fri May 21 11:21:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
  17.  
  18.     * Makefile.in: make all of the all-* target (except all-nothing)
  19.     depend on endian.h, so that if we're not building a simulator, we
  20.     don't built endian
  21.  
  22. Fri May 21 10:55:06 1993  Ian Lance Taylor  (ian@cygnus.com)
  23.  
  24.     * Makefile.in (check, installcheck): Added dummy targets.
  25.  
  26. Mon May  3 21:39:43 1993  Fred Fish  (fnf@cygnus.com)
  27.  
  28.     * Makefile.in (endian): Find endian.c in $(srcdir), and also
  29.     explicitly make it, since some makes apparently don't work with
  30.     VPATH and .c to executable rules (SunOS make for example).
  31.  
  32. Mon May  3 08:29:01 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  33.  
  34.     * Makefile.in (endian): Add explicit rule for broken makes.
  35.  
  36. Mon Mar 15 15:47:53 1993  Ian Lance Taylor  (ian@cygnus.com)
  37.  
  38.     * Makefile.in (info, install-info): New targets.
  39.     (DO_INSTALL): Renamed from INSTALL, which is overridden by the top
  40.     level Makefile.
  41.  
  42. Wed Feb 10 20:12:27 1993  K. Richard Pixley  (rich@ok.cygnus.com)
  43.  
  44.     * Makefile.in (endian.h): build endian.h via a temporary file so
  45.       that we don't leave an incomplete file lying around on
  46.       interrupted builds.
  47.       (clean): remove endian, e.h, and endian.h.
  48.  
  49. Mon Feb  8 11:46:06 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  50.  
  51.     * Makefile.in, configure.in: if target isn't supported, build a
  52.     harmless makefile.
  53.  
  54.  
  55.